quartz: Don't use the instancetype keyword
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 17:26:01 +0000 (13:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 17:26:01 +0000 (13:26 -0400)
commit64c5b97be84dd05fb200201274ac9fd8ba2f424c
treec4a0f5db2bc4d8b2183fd9064ef627ea7ebc74d7
parentf55e3f7eda1d54d1a87a098822cc5e345b2f36db
quartz: Don't use the instancetype keyword

gdkcursor-quartz.c uses the instancetype keyword, which doesn't seem to
be supported in the version of Objective C that Snow Leopard uses.
Replacing that keyword with the thing it represents makes it build.

Patch by Ryan Hendrickson,
http://bugzilla.gnome.org/show_bug.cgi?id=756770
gdk/quartz/gdkcursor-quartz.c